index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
PyMac_FindModuleExtension now uses a size_t as its size parameter for compati...
Jack Jansen
2000-07-03
2
-2/+2
*
Squash signed-vs-unsigned warning. Also edits to bring into line
Tim Peters
2000-07-03
1
-14/+33
*
Typo repair in docstring -- my fault.
Tim Peters
2000-07-03
1
-1/+1
*
Include limits.h if we have it.
Jack Jansen
2000-07-03
5
-0/+15
*
Mac only: two epoch problem workarounds are no longer needed for GUSI
Jack Jansen
2000-07-03
1
-2/+2
*
- fixed grouping error bug
Fredrik Lundh
2000-07-03
6
-31/+55
*
- added lookbehind support (?<=pattern), (?<!pattern).
Fredrik Lundh
2000-07-03
5
-103/+137
*
ANSI-fication, remove Py_PROTO, etc.
Fred Drake
2000-07-03
1
-84/+74
*
Andrew Kuchling <akuchlin@mems-exchange.org>:
Fred Drake
2000-07-03
1
-1/+1
*
Compute the name of the test file so that it can be found both when this
Fred Drake
2000-07-03
1
-2/+12
*
get_starttag_text(): Document this method.
Fred Drake
2000-07-03
1
-0/+8
*
Fix bug #379, reported by Phillip Porch <root@theproch.com>:
Fred Drake
2000-07-03
1
-1/+1
*
Marc-Andre Lemburg <mal@lemburg.com>:
Fred Drake
2000-07-03
1
-1/+9
*
Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros
Marc-André Lemburg
2000-07-03
1
-0/+11
*
If auto-conversion fails, the Unicode codecs will return NULL.
Marc-André Lemburg
2000-07-03
1
-11/+13
*
Eric S. Raymond <esr@thyrsus.com>:
Fred Drake
2000-07-03
2
-45/+70
*
Moshe Zadka <moshez@math.huji.ac.il>:
Fred Drake
2000-07-03
1
-8/+106
*
cmpfiles(): Added shallow and use_statcache parameters, with same meanings
Fred Drake
2000-07-03
1
-14/+13
*
Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>:
Fred Drake
2000-07-03
1
-40/+9
*
Tim-blessed documentation for math.frexp().
Fred Drake
2000-07-03
1
-6/+6
*
Checked in a wrong version.
Tim Peters
2000-07-02
1
-2/+2
*
The example_nt directory was old enough to vote. Frank Stajano
Tim Peters
2000-07-02
4
-419/+152
*
- changed sre.Scanner to use lastindex instead of index.
Fredrik Lundh
2000-07-02
1
-2/+2
*
- experimental: added two new attributes to the match object:
Fredrik Lundh
2000-07-02
4
-13/+38
*
Repair docs for math.frexp (they were wrong).
Tim Peters
2000-07-02
1
-1/+3
*
- actually enabled charset anchors in the engine (still not
Fredrik Lundh
2000-07-02
7
-20/+95
*
Typo (mine): Garsholm --> Garshol
Fred Drake
2000-07-02
1
-1/+1
*
-- use charset bitmaps where appropriate. this gives a 5-10%
Fredrik Lundh
2000-07-02
5
-63/+182
*
- fixed "{ in any other context" bug
Fredrik Lundh
2000-07-01
2
-13/+19
*
test(): Removed; regression test is in test.test_winreg2, not testreg.
Fred Drake
2000-07-01
1
-2/+0
*
Typo repair.
Tim Peters
2000-07-01
1
-1/+1
*
Misc fixes and improvements.
Paul Prescod
2000-07-01
1
-4/+16
*
Removed unncessary dependency.
Paul Prescod
2000-07-01
1
-1/+1
*
Fixed test output
Paul Prescod
2000-07-01
1
-0/+1
*
today's SRE update:
Fredrik Lundh
2000-07-01
5
-8/+15
*
others --> other's (possessive)
Fred Drake
2000-07-01
1
-1/+1
*
Send a "ARTICLE" --> Send an "ARTICLE"
Fred Drake
2000-07-01
1
-1/+1
*
Added more changes from /F
Andrew M. Kuchling
2000-07-01
1
-2/+11
*
Added minidom tests.
Paul Prescod
2000-07-01
3
-0/+500
*
a minimal test app to show how to build a standalone app with W
Just van Rossum
2000-07-01
1
-0/+20
*
changed repr and str to always convert unicode strings
Fredrik Lundh
2000-07-01
1
-0/+16
*
added clearkey = '\033'
Just van Rossum
2000-07-01
1
-1/+1
*
fixed bug in comment matching
Just van Rossum
2000-07-01
1
-3/+3
*
Tightened xml.sax.__init__.py
Paul Prescod
2000-07-01
1
-5/+5
*
Changes from Moshe:
Andrew M. Kuchling
2000-07-01
1
-19/+19
*
getatime() returned the mtime instead of the atime.
Guido van Rossum
2000-07-01
2
-2/+2
*
Fix bug #314, reported by Craig Allen <cba@mediaone.net>:
Fred Drake
2000-07-01
1
-1/+1
*
Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>:
Fred Drake
2000-07-01
1
-1/+1
*
Martin von Loewis <loewis@informatik.hu-berlin.de>:
Fred Drake
2000-07-01
1
-1/+1
*
Reference cycle fixes
Paul Prescod
2000-07-01
4
-144/+144
[next]