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
*
Trivial change in prompt label suggested by Case Roole.
Guido van Rossum
1997-11-24
1
-1/+1
*
Change the option used on Linux to export all symbols
Guido van Rossum
1997-11-24
2
-3/+3
*
Done a sort -u on the symbols (and replaced all tabs with spaces).
Guido van Rossum
1997-11-24
1
-368/+365
*
Oops, the sort took some whitespace into account.
Guido van Rossum
1997-11-24
1
-5/+4
*
Done a sort -u on the symbols.
Guido van Rossum
1997-11-24
1
-295/+284
*
os2 patch by Jeff Rush
Guido van Rossum
1997-11-22
1
-1/+2
*
ignore various VC++ turds
Guido van Rossum
1997-11-22
1
-0/+5
*
Files specific to Visual Age C for OS/2 -- by Jeff Rush
Guido van Rossum
1997-11-22
6
-0/+4846
*
Added Jeff Rush' comments
Guido van Rossum
1997-11-22
1
-0/+39
*
win -> plat-win
Guido van Rossum
1997-11-22
1
-3/+3
*
Add PyImport_Inittab and PyOS_AfterFork
Guido van Rossum
1997-11-22
1
-0/+2
*
os2 patch by Jeff Rush
Guido van Rossum
1997-11-22
12
-28/+459
*
bind_class should return a value
Guido van Rossum
1997-11-22
1
-1/+1
*
New address parser by Ben Escoto replaces
Guido van Rossum
1997-11-22
1
-125/+247
*
Use fstat if we can; write MAGIC into file last.
Guido van Rossum
1997-11-22
1
-2/+8
*
Redone the _tkinter configuration section with support for popular packages.
Guido van Rossum
1997-11-22
1
-15/+41
*
New tkappinit supporting several popular packages.
Guido van Rossum
1997-11-22
1
-15/+36
*
A new standard module, as discussed on comp.lang.python, to simplify
Guido van Rossum
1997-11-21
1
-0/+254
*
Add a pointer back to the wizard in the "compat" output.
Guido van Rossum
1997-11-21
1
-1/+3
*
PySocketSock_methods: Added "connect_ex" so the method can actually be
Barry Warsaw
1997-11-20
1
-0/+1
*
A comparison with several other languages that also appears in the
Guido van Rossum
1997-11-20
1
-0/+129
*
Adding Martin von Loewis' documentation for his locale module.
Guido van Rossum
1997-11-20
7
-1/+383
*
Add description for some modules that have been added since this intro
Guido van Rossum
1997-11-20
2
-0/+42
*
Add description for Queue; fix typo (whichdbm should be whichdb).
Guido van Rossum
1997-11-20
2
-2/+8
*
Plug memory leak in Py_BuildValue when using {...} to construct dictionaries.
Guido van Rossum
1997-11-20
1
-3/+5
*
(Queue.Empty): When class based exceptions are in force, derive this
Barry Warsaw
1997-11-20
1
-116/+130
*
libqueue.tex: Documentation for the Queue.py module.
Barry Warsaw
1997-11-20
5
-1/+179
*
Dang. Formatting glitch.
Guido van Rossum
1997-11-20
1
-2/+2
*
New blurb, derived from my Handbook of Object Technology abstract.
Guido van Rossum
1997-11-20
1
-43/+27
*
In the description of sub(), give a better explanation of the
Barry Warsaw
1997-11-20
2
-8/+36
*
Add Martin von Loewis as the author of this module.
Guido van Rossum
1997-11-19
1
-0/+1
*
User-level locale module. A wrapper around _locale which adds
Guido van Rossum
1997-11-19
1
-0/+75
*
Add support for _locale.
Guido van Rossum
1997-11-19
1
-0/+2
*
Add s.connect_ex() which returns errno instead of raising an exception.
Guido van Rossum
1997-11-19
1
-0/+20
*
Add optional support fort Tix and BLT.
Guido van Rossum
1997-11-19
1
-0/+19
*
Fix importing of shared libraries from inside packages.
Guido van Rossum
1997-11-19
2
-3/+26
*
Add declaration for _Py_PackageContext -- needed to fix importing
Guido van Rossum
1997-11-19
1
-0/+2
*
Two changes (here we go again :-( ).
Guido van Rossum
1997-11-19
1
-35/+3
*
Give more detailed error message when the argument count isn't right.
Guido van Rossum
1997-11-19
1
-4/+6
*
Add declaration for PyNumber_CoerceEx().
Guido van Rossum
1997-11-19
1
-0/+1
*
Add a new function PyNumber_CoerceEx() which works just like
Guido van Rossum
1997-11-19
1
-3/+15
*
Martin von Loewis' _locale module (locale.py follows tomorrow).
Guido van Rossum
1997-11-18
1
-0/+355
*
Undo another glitch of the automatic not-so-Grand Renaming; some local
Guido van Rossum
1997-11-18
1
-10/+10
*
start numbering things 1.5b1 now
Guido van Rossum
1997-11-18
1
-1/+1
*
Assert that the proxies object passed in to the URLopener constructor
Guido van Rossum
1997-11-18
1
-0/+1
*
Added docstrings (contributed by Martin von Loewis).
Guido van Rossum
1997-11-18
1
-1/+13
*
Fix the release date for 1.5b1 to be Nov. 26
Guido van Rossum
1997-11-18
2
-2/+2
*
Add support for NULL macro (like UNIX, ABC etc.).
Guido van Rossum
1997-11-18
1
-0/+1
*
Add xmllib; remove (slow) from description of htmllib.
Guido van Rossum
1997-11-18
2
-2/+8
*
dis is now documented; bisect is deemed useful.
Guido van Rossum
1997-11-18
2
-6/+2
[next]